From 35d175be5aefa7b8f7fc3bc5c7fb261d9edcd3f2 Mon Sep 17 00:00:00 2001 From: Asias He Date: Sat, 19 Mar 2011 10:08:36 +0800 Subject: [PATCH] new upstream version --- debian/changelog | 10 ++++++++++ debian/control | 8 ++++---- debian/docs | 2 +- debian/libopencc-dev.install | 1 - debian/libopencc1.install | 1 - debian/opencc.install | 1 + debian/rules | 12 +----------- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9316a64..901101b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +opencc (0.2.0-1) unstable; urgency=low + + * New upstream release + * Move usr/share/locale to package opencc + * Add cmake to Build-Depends + * Change Homepage to http://code.google.com/p/opencc + * Drop Vcs-Bzr and Vcs-Browser + + -- Asias He Thu, 17 Mar 2011 21:36:41 +0800 + opencc (0.1.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 4054b6e..53b0485 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: opencc Priority: optional Maintainer: IME Packaging Team Uploaders: LI Daobing , Asias He -Build-Depends: debhelper (>= 7.0.50~), autotools-dev +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake Standards-Version: 3.9.1 Section: libs -Homepage: http://code.google.com/p/open-chinese-convert -Vcs-Bzr: lp:~pkg-ime/opencc/debian-opencc -Vcs-Browser: https://code.launchpad.net/~pkg-ime/opencc/debian-opencc +Homepage: http://code.google.com/p/opencc +Vcs-Git: git://git.com +Vcs-Browser: http://git.com Package: libopencc-dev Section: libdevel diff --git a/debian/docs b/debian/docs index 50bd824..6f12db5 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,2 @@ -NEWS +AUTHORS README diff --git a/debian/libopencc-dev.install b/debian/libopencc-dev.install index 68a175d..6cd8ddd 100644 --- a/debian/libopencc-dev.install +++ b/debian/libopencc-dev.install @@ -2,4 +2,3 @@ usr/include/* usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* -usr/lib/*.la diff --git a/debian/libopencc1.install b/debian/libopencc1.install index 30186ac..ded74ad 100644 --- a/debian/libopencc1.install +++ b/debian/libopencc1.install @@ -1,3 +1,2 @@ usr/lib/lib*.so.* usr/share/opencc/* -usr/share/locale/* diff --git a/debian/opencc.install b/debian/opencc.install index 7053434..6b87368 100644 --- a/debian/opencc.install +++ b/debian/opencc.install @@ -1,2 +1,3 @@ usr/bin/* usr/share/man/* +usr/share/locale/* diff --git a/debian/rules b/debian/rules index ccef6f5..3bc514f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,6 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - %: dh $@ override_dh_auto_configure: - dh_auto_configure -- --enable-static + dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON -- 2.30.2